Example Little Steganography - Beispiel kleine Steganographie
Hide a secret file in a normal and for every eyes open file with SplitFile.
Verstecken einer geheimen Datei in einer Datei die für jedermann offen ist mit SplitFile.
Select a public file which must be greater than the secret file!
Click: "Size [bytes] + CRC32" and preserve the number of bytes.
Concatenate the public and secret file.
Click: "Select specific splitted files" and check the sequence: public, secret file. Then "Start cat".
Rename the generated file: FileRandomNumber to the public file name.
Reverse process:
Select your generated public file.
Set split size to the original public file (preserved number).
Click: "Without CRC"
Click: "Start split"
Rename the splitted files to their original name (1st is public then secret file).
Notes
You can see the stegano data in the generated public file with a plain Hex Editor!